Sample code for: Qt Designer and Python: Build Your GUI Applications Faster#790
Open
lpozo wants to merge 1 commit into
Open
Sample code for: Qt Designer and Python: Build Your GUI Applications Faster#790lpozo wants to merge 1 commit into
lpozo wants to merge 1 commit into
Conversation
…Faster Update the sample text editor from PyQt5 to PyQt6 (app.py and the pyuic6-generated main_window_ui.py), add a standard top-level README plus a detailed app README in sample_editor/, and commit the generated module in ruff-formatted form so CI passes without linter-config changes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Where to put new files:
my-awesome-articleHow to merge your changes:
Sample code for the Qt Designer and Python: Build Your GUI Applications Faster tutorial. Files live in the
qt-designer-python/top-level folder, named after the article slug.This updates the existing sample text editor from PyQt5 to PyQt6: refreshed
app.pyand thepyuic6-generatedmain_window_ui.py, a standard top-level README, and a detailed app README insidesample_editor/. The generatedmain_window_ui.pyis committed inruff-formatted form so it passes CI without any linter-configuration changes.